home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / tmail701.zip / TRIMAIL.DOC < prev    next >
Encoding:
Text File  |  1993-05-17  |  5.0 KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                   TriMail 7.01
  9.               A QWK Mail Door for the TriBBS Bulletin Board System
  10.                    Copyright (c) 1991-1993 By Mark D. Goodwin
  11.  
  12.      TriMail 7.01 is distributed as freeware.  Registered TriBBS sysops are
  13.      free to  use TriMail  with their TriBBS  boards.   Unregistered TriBBS
  14.      sysops are free  to use TriMail during their board's 30 day evaluation
  15.      period.  Any other use of TriMail is strictly prohibited.
  16.  
  17.      TriMail is  a QWK mail  door that will  allow your callers to  use QWK
  18.      mail readers like  SLMR, EZ-Reader, WinQWK,  Session Manager, etc.  to
  19.      read mail offline.   Not only will your callers find reading mail with
  20.      an offline reader more enjoyable, your board will not be unnecessarily
  21.      tied up by callers reading umpteen million messages online.
  22.  
  23.      TriMail can also  optionally produce QWK packets that  have net status
  24.      enable.  These net status  packets are fully compatible with PCBoard's
  25.      RNet/MarkMail net status packets.
  26.  
  27.  
  28.      THE TRIMAIL DIRECTORY
  29.      ---------------------
  30.  
  31.      The first step during  the TriMail installation process is to create a
  32.      directory for the doors and  copy the files TRIMAIL.EXE and TMAIL1.CFG
  33.      to the newly created directory.
  34.  
  35.      MODIFYING DOORS.MNU
  36.      -------------------
  37.  
  38.      The next step is  to add a line to your board's  DOORS.MNU file to add
  39.      the door to the Doors Menu.   The following is an example of the  line
  40.      you should include in your DOORS.MNU file:
  41.  
  42.      T,TriMail,TRIMAIL,10
  43.  
  44.      The above line tells TriBBS  to generate TRIBBS.SYS, use a description
  45.      of "TriMail" in  the Doors Menu, run  the batch file "TRIMAIL"  to run
  46.      the door, and set the door's minimum security level to 10.
  47.  
  48.  
  49.      THE DOOR'S BATCH FILE
  50.      ---------------------
  51.  
  52.      The next step is to create the door's batch file.  The following is an
  53.      example TriMail batch file:
  54.  
  55.      cd \doors\trimail
  56.      trimail tmail1.cfg
  57.      cd \tribbs
  58.      board
  59.  
  60.      The following is a line-by-line description of the above batch file:
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.      cd \doors\trimail             <- Change to the door's directory
  77.      trimail tmail1.cfg            <- Run TriMail and specify the
  78.                                    <- configuration file
  79.      cd \tribbs                    <- Change back to TriBBS's
  80.                                    <- directory
  81.      board                         <- Run TriBBS again
  82.  
  83.  
  84.      MODIFYING TMAIL1.CFG
  85.      --------------------
  86.  
  87.      The next step is to modify TMAIL1.CFG to meet your board's needs.  The
  88.      following is a sample TMAIL1.CFG file:
  89.  
  90.      TRIBBS
  91.      c:\TRIBBS
  92.      The Lobster Buoy
  93.      Mark Goodwin
  94.      0
  95.      c:\TRIBBS
  96.      c:\TRIBBS
  97.      LOBSTER
  98.      c:\SLMR\WORK
  99.      100
  100.      1000
  101.  
  102.      The following is a line-by-line description of TMAIL1.CFG:
  103.  
  104.      TRIBBS              <- The door uses TRIBBS.SYS
  105.      c:\TRIBBS           <- The directory where TRIBBS.SYS is located.
  106.      The Lobster Buoy    <- The board's name.
  107.      Mark Goodwin        <- The sysop's name.
  108.      0                   <- The board's locked baud rate or 0 for not
  109.                          <- locked.
  110.      c:\TRIBBS           <- Your board's main directory.
  111.      c:\TRIBBS           <- The node's main directory.
  112.      LOBSTER             <- Your board's QWK id. (Up to 8 chars!!!)
  113.      c:\SLMR\WORK        <- The location for TriMail to copy QWK
  114.                          <- packets to and get REP packets from during
  115.                          <- a local logon.  In other words, the
  116.                          <- directory you use for your mail reader.
  117.      100                 <- The maximum number of messages per
  118.                          <- conference.
  119.      1000                <- The maximum number of messages per QWK
  120.                          <- packet.
  121.  
  122.      IMPORTANT:  TriMail requires the programs PKZIP.EXE and PKUNZIP.EXE to
  123.      be in your DOS PATH.
  124.  
  125.      NONSTANDARD IRQS
  126.      ----------------
  127.  
  128.      TriMail supports nonstandard IRQs.  If a nonstandard IRQ is being used
  129.      with your  board, simply specify  the IRQ number being  used after the
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.      TriMail  configuration file's  name in  the TriMail  batch file.   The
  145.      following  example shows  how the  above TriMail  batch file  could be
  146.      modified so that TriMail will use IRQ 5:
  147.  
  148.      cd \doors\trimail
  149.      trimail tmail1.cfg 5
  150.      cd \tribbs
  151.      board
  152.  
  153.  
  154.      MULTINODES
  155.      ----------
  156.  
  157.      TriMail supports multinode TriBBS systems.  You must create a separate
  158.      configuration  file for  each node.   Node  1's configuration  file is
  159.      TriMail's normal  TMAIL1.CFG, Node  2's configuration  file should  be
  160.      named TMAIL2.CFG, etc.
  161.  
  162.      SUPPORT
  163.      -------
  164.  
  165.      If you have any problems installing TriMail, you can obtain support by
  166.      calling either  The Lobster  Buoy, 207-941-0805,  or any other  TriBBS
  167.      support board.
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.